Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository management: add config driven BSP package modification #7129

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

igorpecovnik
Copy link
Member

@igorpecovnik igorpecovnik commented Aug 23, 2024

Description

This provide an option to set last good kernel for dedicated device. It will prevent upgrading to higher kernels which are known to be broken. For example. At this moment we have Rockchip BSP kernel which was fixed that Radxa ITX has working ports, while this fix will break NVME support on Orangepi. Also this we can use for Pinebook PRO.

Configuration:

BOARD BRANCH LINUXFAMILY Last good kernel package from repository
orangepi5 vendor rk35xx 24.5.3
orangepi5plus vendor rk35xx 24.5.3
orangepi5|vendor|rk35xx|24.5.3
orangepi5plus|vendor|rk35xx|24.5.3

Before and after: https://paste.armbian.com/mixiquliro.yaml

How Has This Been Tested?

  • Test with locally generated repo that contained higer version of kernel. It was hold back.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added size/small PR with less then 50 lines Framework Framework components labels Aug 23, 2024
@igorpecovnik igorpecovnik force-pushed the bsp-defines-kernel-upgrade branch 3 times, most recently from 8445bb6 to 064e071 Compare August 24, 2024 13:31
…nel for a single device

This will prevent upgrading to higher kernels which are known to be broken.
@igorpecovnik igorpecovnik added the Ready to merge Reviewed, tested and ready for merge label Aug 24, 2024
@igorpecovnik
Copy link
Member Author

This affects repo management only, thus merging.

@igorpecovnik igorpecovnik merged commit 9041c08 into main Aug 24, 2024
11 checks passed
@igorpecovnik igorpecovnik deleted the bsp-defines-kernel-upgrade branch August 24, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Framework components Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

1 participant